Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.