Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shybovycha/web-services-labs
- Owner: shybovycha
- Created: 2013-11-05T20:14:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-23T11:41:40.000Z (about 11 years ago)
- Last Synced: 2024-11-03T21:37:52.625Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.