mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-24 10:18:15 +00:00
4 lines
114 B
Nim
4 lines
114 B
Nim
import json_rpc/server
|
|
import json_rpc/servers/[socketserver, httpserver]
|
|
export server, socketserver, httpserver
|