1.5.0 • Published 5 years ago
@defistudio/server v1.5.0
@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)