Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

discord

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord

A LP/Discworld inspired MUD server running on Node.JS and MooTools.

  • 0.8.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
679
decreased by-5.96%
Maintainers
1
Weekly downloads
 
Created
Source

Discord MMO Engine

Discord is highly expressive, text-based MMO engine written in JavaScript on top of Node.JS and MooTools.

This is packaged as a library. Just add discord to your package.json file, then type npm install.

Usage

Here's an example world using the Discord engine:

require('discord').start({
	world_name: 'DiscordMUD',
	world_path: __dirname+'/world',
	start_room: 'lobby'
}).listen(8000);

For more information, check out http://github.com/Yuffster/discord-example.

FAQs

Package last updated on 21 Apr 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc