@defistudio/server
v1.5.0
Published
Server implementation for DeFi Studio
Downloads
1
Readme
@solidstudio/server
This package contains the server implementation of Solid studio.
The server is responsible of starting the polling process to cache data in a database and to handle request from any client via a RESTful API.
Usage
import { app } from '@solidstudio/server';
const PORT = 3000;
app.listen(PORT)