Skip to content
TylerMS887 edited this page Mar 5, 2023 · 1 revision

Where did the project's name come from?

It's a play on the name of the cow saying program, Cowsay.

Why is the project itself called "Project Cowserve"?

Cowserve is a web server project itself. This repo is for issue tracking, development, and all of Cowserve's code.

Is Cowserve compatible with SQL?

Yes.

Can I get Cowserve on Android?

Yes, using termux.

Can I copy the code?

This project is licensed under the MIT License.

Because of this:

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

And:

IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Can I run games within Cowserve?

Cowserve runs a server, so yes, because linked JavaScript works (if you know JavaScript). Libraries like jQuery are not tested yet.