Skip to content

sswebdev/collaborative_notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Within this app, we are going to practice managing a CRUD resource – only this time, with Ajax rather than with traditional HTML request/response.

#### Killing leftover processes

Example below assumes port used is 9292:

lsof -i :9292

This gives you the pid of the process, say 34564, then kill it with:

kill -9 34564

If you are on windows, install cygwin to get lsof and kill commands.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors