https://github.com/gnaneshkunal/node-chat-xo
Chat and TIC-TAC-TOE game Server
https://github.com/gnaneshkunal/node-chat-xo
nodejs socket-programming
Last synced: 2 months ago
JSON representation
Chat and TIC-TAC-TOE game Server
- Host: GitHub
- URL: https://github.com/gnaneshkunal/node-chat-xo
- Owner: GnaneshKunal
- Created: 2017-04-24T19:54:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T07:26:40.000Z (over 8 years ago)
- Last Synced: 2025-04-03T17:53:04.278Z (about 1 year ago)
- Topics: nodejs, socket-programming
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Node.js TCP CHAT && TIC-TAC-TOE game Server
### Using the Server
```
$ node index.js
```
### Usage
```
$ telnet [hostname] [port]
```
#### Example
```
$ telnet localhost 8000
```
```
help: //displays help
```
## Contributing
Contributions to this project are always welcome and highly encouraged.
## License
ISC License (ISC)