Skip to content

a lightweight webServer for vs code,which support livereload,mock data for http and websocket.

Notifications You must be signed in to change notification settings

lanpar/developmentServer

This branch is up to date with ihuke/developmentServer:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2892097 · Jul 27, 2017

History

43 Commits
Apr 18, 2017
Jun 5, 2017
Apr 21, 2017
Jun 3, 2017
Jul 27, 2017
Jul 27, 2017
Oct 16, 2016
Jun 5, 2017
Jul 27, 2017
Oct 16, 2016
Jul 27, 2017
Apr 21, 2017
Oct 16, 2016
Jul 27, 2017
Jun 6, 2017
May 29, 2017
Jul 27, 2017
Jul 27, 2017

Repository files navigation

README

developmentServer is a productivity tool for frontend to improve product development efficiency.

Features

  • lightweight webServer for vs code
    type "devServer start/stop"
    command

  • livereload
    Auto refresh browser when js/css/html file updated.

  • mock server
    As local mock server for developer

    • support HTTP Web API

      declare "http" section in mock file
      http

    • support websocket API

      declare "websocket" section in mock file
      websocket

  • record toolbar
    It can record and download response data after real request,support xmlhttprequest and websocket.So user can easy generate mock file.
    toolbar

How to customize

TODO

Sample

Use VS Code open the Sample
sample

Author

huke

About

a lightweight webServer for vs code,which support livereload,mock data for http and websocket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.9%
  • CSS 4.5%
  • HTML 1.6%