Very basic express style router#90
Closed
hpgmiskin wants to merge 1091 commits intoModdable-OpenSource:publicfrom
Closed
Very basic express style router#90hpgmiskin wants to merge 1091 commits intoModdable-OpenSource:publicfrom
hpgmiskin wants to merge 1091 commits intoModdable-OpenSource:publicfrom
Conversation
…le service/characteristic
…instead of most recent
…callback installed
…le updates to the same service
The router module provides allows a web application to be created simply and easily in a similar way to express router.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When getting started with Moddable and the Web of Things I wanted a way to easily create a number of router endpoints from which to expose web things and properties of web things, so I created this express style router. Its incredibly limited however I think it could perhaps be use to others.
I have not signed a contributor agreement and there are likely some changes that need to occur in the code, however, thought it was best to get this pull request open in order to have a place for dialog.