Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shybovycha/web-services-labs

A few simple Node JS projects for my university.
https://github.com/shybovycha/web-services-labs

Last synced: 23 days ago
JSON representation

A few simple Node JS projects for my university.

Awesome Lists containing this project

README

        

# web-services-labs

## Brief overview

This repo contains three projects for the corresponding subject at my university.

Projects are written using NodeJS and some of NPM modules.

## WebServer

This one serves its own folder. That is, if you put any of your HTML or any other files into the project' root and
run `node server.js`, you shall be able to see those files at your browser at `http://localhost/your_file.html` or so.

## Chat

This project is a multi-user chat room. Use these commands:

* `/join ` - join the chatting room as a ``
* `/list` - list all the chat members
* `@ ` - send private message, ``, to user ``

## TicTacToe

Famous game. Has almost no design. Yet, it just works. One allows users to either create a game and start playing
as a random sign - *cross* or *zero*; or join any game having no opponents, just hoster. Players do not see their signs
until game starts.