Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 385 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 385 Bytes

C2GO: Unix socket

This is a small prototype to showcase a go API interfacing with a C unix socket.
It is made as a proof of concept to how this could be done. Tough it is not optimized.

Start prime calculator

cd ./prime-calculator
make
./dist/prime-calculator

Start api

cd ./api
go run main.go

Start web

cd ./web
pnpm i
pnpm dev