Liutos / LESTClient

Simulation of RESTClient that is a Firefox plugin for HTTP requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LESTClient

Overview

Simulation of RESTClient that is a Firefox plugin for HTTP requests

Startup

  • Run a MongoDB listen on port 27017
  • Run a Redis listen on port 8631
  • Install by running the following command
ros install Liutos/LESTClient
  • In the REPL, load this project by entering the following code
(ql:quickload 'lestclient)
  • Start this application by the following code
(lestclient:start)

Now, you can open your web browser and access 'http://localhost:8087

About

Simulation of RESTClient that is a Firefox plugin for HTTP requests


Languages

Language:JavaScript 86.9%Language:Common Lisp 10.0%Language:HTML 3.0%