UNPKG
mooshu
Version:
latest (0.0.0)
0.0.0
nodejs mud thing
github.com/martindale/mooshu
mooshu
/
mooshu.js
6 lines
(3 loc)
•
83 B
JavaScript
View Raw
1
2
3
4
5
6
var
Server
=
require
(
'./lib/Server'
);
var
server =
new
Server
(); server.
start
();