Skip to content

Instantly share code, notes, and snippets.

@luixaviles
Created December 19, 2017 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luixaviles/4619e225af605a8cab40f7b32ff073e0 to your computer and use it in GitHub Desktop.
Save luixaviles/4619e225af605a8cab40f7b32ff073e0 to your computer and use it in GitHub Desktop.
import { ChatServer } from './chat-server';
let app = new ChatServer().getApp();
export { app };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment