Skip to content

hitokey/Memory-Hunchentoot

Repository files navigation

Memory System Web (SBCL+React)

Interligado dois host, React (NodeJs) FrontEnd com Hunchentoot (SBCL) BackEnd.

Utilização.

React:

$ cd react-code/menu-teste
$ npm build 
$ npm start

SBCL:

* (load #p"host.lisp")
* (hunchentoot:start *servidor*)

Obs.:

Para desativar o hunchentoot:

* (hunchentoot:stop *servidor*)
* (quit)

Assim o hunchentoot ficará http://127.0.0.1:4242 e NodeJS http://localhost:3000

About

Hunchentoot+React : Projeto Final TWM(UFU)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published