jbalonso / node-stomp-server

A modular STOMP server framework (and server) implemented in node.js
GNU Affero General Public License v3.0
12 stars 2 forks source link

Cannot find module './stomp' #1

Open evanp opened 12 years ago

evanp commented 12 years ago

Not sure how to install stomp to make this work. "npm install stomp" seems to install it correctly, but not at ./.

jbalonso commented 12 years ago

The stomp library is a client library, and it should only be required to run the tests. The node-stomp library that I used was git://github.com/kates/node-stomp.git, which wasn't npm-packaged. I should probably look into using the "stomp" package by benjaminws instead...

evanp commented 12 years ago

Interesting that there are two. I'll take a look at kates's.

I'm trying to track down some errors using this server with StatusNet (http://status.net/) -- the server blows a gasket at the first posted queue item. I thought maybe getting the test script to run would be a first smoke test to see what's going on.