Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-Update slides in Edit mode (2 of 2) #73

Merged
merged 1 commit into from
Jun 8, 2015
Merged

Auto-Update slides in Edit mode (2 of 2) #73

merged 1 commit into from
Jun 8, 2015

Conversation

ademar
Copy link
Contributor

@ademar ademar commented Jun 7, 2015

Here we set up the client side.

<script language="javascript" type="text/javascript">
function init()
{
websocket = new WebSocket("ws://localhost:8083/websocket");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the IP / port something we should make configurable?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is already hard coded here https://github.com/fsprojects/FsReveal/blob/master/build.fsx#L90
It could be made configurable but it would be considerable more complicated.

forki added a commit that referenced this pull request Jun 8, 2015
Auto-Update slides in Edit mode (2 of 2)
@forki forki merged commit 7d5e430 into fsprojects:pack Jun 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants