<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Coffeehouse - TypeScript on the server?</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - TypeScript on the server?</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 03:45:15 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 03:45:15 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>4</c9:totalResults>
	<c9:pageCount>-4</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - TypeScript on the server?</title>
		<description><![CDATA[<p>Is it feasible to JIT compile TypeScript to CLR for HTTP hosting, in say... IIS? Why or why not? Performance? Some other&nbsp;technical&nbsp;detail? Seems like everyone's talking about compiling more and more things to javascript because it's everywhere... but why not the server?&nbsp;It'd be great to be able to reuse models, business logic and validation between the client and the server.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/TypeScript-on-the-server/856a132c8caf46a282a3a101003164b9#856a132c8caf46a282a3a101003164b9</link>
		<pubDate>Tue, 06 Nov 2012 02:59:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/TypeScript-on-the-server/856a132c8caf46a282a3a101003164b9#856a132c8caf46a282a3a101003164b9</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - TypeScript on the server?</title>
		<description><![CDATA[<p>You can convert TypeScript to JavaScript, on the fly, and run it in <a href="http://www.hanselman.com/blog/InstallingAndRunningNodejsApplicationsWithinIISOnWindowsAreYouMad.aspx">Node.js on IIS</a>. Why bring the CLR to the fight?</p><p>-Josh</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/TypeScript-on-the-server/b97750fd2dc742a3bacca10100335874#b97750fd2dc742a3bacca10100335874</link>
		<pubDate>Tue, 06 Nov 2012 03:06:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/TypeScript-on-the-server/b97750fd2dc742a3bacca10100335874#b97750fd2dc742a3bacca10100335874</guid>
		<dc:creator>Joshua Ross</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Jsoh/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - TypeScript on the server?</title>
		<description><![CDATA[<p>It's just the context I already know... ASP.Net and IIS with the familiar tooling.</p><p>I'm not as interested in writing an entire server from scratch, although I guess it would be a learning experience. Good links.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/TypeScript-on-the-server/b12c61d87c114a3ead2ea101003847c0#b12c61d87c114a3ead2ea101003847c0</link>
		<pubDate>Tue, 06 Nov 2012 03:24:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/TypeScript-on-the-server/b12c61d87c114a3ead2ea101003847c0#b12c61d87c114a3ead2ea101003847c0</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - TypeScript on the server?</title>
		<description><![CDATA[<p>node.js itself includes a web server, or more accurately, node is a framework for developing servers. It's very popular for web development these days.<br><br>Typically you don't write servers in node directly. <a href="http://expressjs.com/">Express</a> is a popular web application framework built on top of node, there are also others with different designs and philosophies.</p><p>You can also use <a href="http://www.mongodb.org/">MongoDB</a>, which is a JSON (BSON more accurately) data store, where stuff like stored procedures and queries are themselves written in JavaScript. So you can have JavaScript from top to bottom.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/TypeScript-on-the-server/3bee7d925f5c422395f3a101003973af#3bee7d925f5c422395f3a101003973af</link>
		<pubDate>Tue, 06 Nov 2012 03:29:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/TypeScript-on-the-server/3bee7d925f5c422395f3a101003973af#3bee7d925f5c422395f3a101003973af</guid>
		<dc:creator>Bass</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Bass/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>