4
comments
on 8/8/2015 7:33 PM

Just four days ago we released Try WebSharper, and here we go with the first feature enhancement: embedding snippets. A huge thanks to Don Syme for suggesting it.

Each snippet and example now has an Embed tab, giving you the links or the HTML code for embedding it:

For instance, the snooker example you can play here directly.

You can also view it as an embedded content here, giving you the original source code.

With more features coming soon, we hope you enjoy experimenting and sharing your best F# web programming snippets.

Happy sharing!

.

Can we do Remote calls in the shareable snippets or only client-side is allowed?

By on 8/14/2015 6:31 AM ()

Only client-side code is allowed, as we don't host (or make possible to call) server-side code. You can, however, call web services or make AJAX requests to public hosts.

By on 8/14/2015 7:06 AM ()

Great, I want to try and recreate a dynamic address form and will need to fetch ISO countries/states.

Wouldn't a call fail due to cross-site scripting if calling a webservice from the client side?

By on 8/14/2015 7:24 AM ()

By "public" I mean services that accept requests from any client, typically via Ajax.post.

By on 8/14/2015 7:38 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper