Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chjj/node-uo
A UO server for node.js
https://github.com/chjj/node-uo
Last synced: 16 days ago
JSON representation
A UO server for node.js
- Host: GitHub
- URL: https://github.com/chjj/node-uo
- Owner: chjj
- Created: 2011-06-14T11:24:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-09T05:47:39.000Z (over 12 years ago)
- Last Synced: 2024-10-20T01:14:50.230Z (24 days ago)
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 25
- Watchers: 9
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-uo
A UO server written entirely in node. It's a work in progress and very messy
right now. The packet interpreter is done for the most part. The dispatcher
and packet builder are still being written. After that comes the actual game
logic.It is ultimately intended to be accurate to one of the earlier eras of UO. I
don't plan on making it compatible with client versions >= 6.0.0.If I manage to finish this, it should, at the very least, be a good experiment
to see how well node can handle a complex MMO over tcp.