UNPKG

tspace-0spear

Version:

tspace-0spear is a lightweight API framework for Node.js that is fast and highly focused on providing the best developer experience. It aims to be performant HTTP & Websocket Server using uWebSockets written in C++.

12 lines (11 loc) 251 B
/** * The entry point. * * @module tspace-0spear */ export * from './core/decorators'; export * from './core/types'; export * from './core/server/router'; export * from './core/server'; import Spear from './core/server'; export default Spear;